home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / ghostscr / gs252ini.zip / PSFILES.DOC < prev    next >
Text File  |  1992-09-07  |  4KB  |  124 lines

  1.    Copyright (C) 1990, 1992 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file, psfiles.doc, describes the .ps files distributed with
  23. Ghostscript, other than fonts.
  24.  
  25. For an overview of Ghostscript and a list of the documentation files, see
  26. README.
  27.  
  28. System files
  29. ------------
  30.  
  31. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  32. contains definitions of many standard procedures and initialization for a
  33. wide variety of things.
  34.  
  35. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  36. machinery and provides some utility procedures that work with fonts.
  37.  
  38. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  39. some other environmental odds and ends for the benefit of P*stScr*pt files
  40. that really want to be printed on a LaserWriter.
  41.  
  42. gs_2asc.ps - This utility file helps extract the ASCII text from
  43. PostScript source files.  It redefines many operators.  For more
  44. information, see the comments in the file.
  45.  
  46. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  47. the configuration.  It provides support for various Display PostScript and
  48. Level 2 features.
  49.  
  50. sym__enc.ps - the Symbol encoding, loaded only if referenced.
  51.  
  52. Art
  53. ---
  54.  
  55. chess.ps - A black-and-white chessboard.
  56.  
  57. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  58. golf club.
  59.  
  60. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  61. interlocking butterflies.  Can be printed on monochrome devices, with
  62. somewhat less dramatic results.
  63.  
  64. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  65. file server).
  66.  
  67. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  68. (Renders very slowly.)
  69.  
  70. colorcir.ps - A set of nested ellipses made up of colored bars.
  71.  
  72. tiger.ps - A dramatic colored picture of a tiger's head.
  73.  
  74. Utilities
  75. ---------
  76.  
  77. For more information on these utility programs, see the comments at the
  78. beginning of the files.
  79.  
  80. bdftops.ps - a utility for converting BDF fonts to outline form: see
  81. fonts.doc for more information.
  82.  
  83. decrypt.ps - a utility for decrypting the eexec section of a font.
  84.  
  85. gslp.ps - a utility for doing "line printing" of plain text files.
  86.  
  87. impath.ps - a utility for reconstructing outlines from bitmap images,
  88. used by bdftops.
  89.  
  90. landscap.ps - a file that you can put in front of your own files to get
  91. them rendered in landscape mode.
  92.  
  93. pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  94. files.
  95.  
  96. ps2image.ps - a utility for converting an arbitrary PostScript file into a
  97. .ps file consisting of just PostScript bitmaps, one per page.
  98.  
  99. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  100. the standard Ghostscript fonts.
  101.  
  102. Odds and ends
  103. -------------
  104.  
  105. empty.ps - an empty file.
  106.  
  107. lines.ps - a test program for line joins and caps.
  108.  
  109. pcharstr.ps - a program to print out the CharStrings and Subrs in a Type 1
  110. font.
  111.  
  112. ppath.ps - a couple of utilities for printing out the current path, for
  113. debugging.
  114.  
  115. prfont.ps - a program to print a font catalog.
  116.  
  117. quit.ps - a file containing just the word "quit".
  118.  
  119. traceop.ps - a memory usage monitor for debugging.
  120.  
  121. type1ops.ps - the Type 1 font format opcodes.
  122.  
  123. unprot.ps - a program to disable access checking.
  124.